GtkWindow: keep a reference of the widget on focus change.
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 19 Jul 2010 13:01:04 +0000 (15:01 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 19 Jul 2010 13:08:43 +0000 (15:08 +0200)
commit4682d563cff99cc92734bfd9bda53eb8e6041ddf
tree7b59ad36199d0752bb2457c3ccf8cace6059cc2a
parent0fd82767fff53ea9c8fe8210ce6989094a333957
GtkWindow: keep a reference of the widget on focus change.

Focus out could lead to the widget being destroyed (for example,
in editable cell renderers when DnD starts), so keep the widget
alive while iterating through the devices.
gtk/gtkwindow.c